cmake HAVE_ISHELLDISPATCH examples

rcaelers/workrave CMakeLists.txt :960

check_c_source_compiles(
    "#include <windows.h>
     #include <shlobj.h>

     IShellDispatch* pShellDispatch = NULL;
     int main(){return 0;}"
     HAVE_ISHELLDISPATCH
    )