4 elif echo $PSDK_HOME | grep "v6.0" >/dev/null 2>/dev/null; then
5 AC_MSG_RESULT([Found Windows SDK 6.0 ($PSDK_HOME)])
6 WINDOWS_VISTA_PSDK=TRUE
7 + elif echo $PSDK_HOME | grep "v7" >/dev/null 2>/dev/null; then
8 + AC_MSG_RESULT([Found Windows SDK 7 ($PSDK_HOME)])
9 + WINDOWS_VISTA_PSDK=TRUE
11 AC_MSG_RESULT([Found Legacy Windows Platform SDK ($PSDK_HOME)])