Fix CMake error if in directory with ++ in name.
If ${VTK_SOURCE_DIR} contains "++", the following error is produced by CMake:
RegularExpression::compile(): Nested *?+.
RegularExpression::compile(): Error in compile.
Use STREQUAL instead of MATCHES to compare strings.