FindHDF5: Fix detection of Parallel HDF5
To detect Parallel HDF5, the output of h5pcc -showconfig is compared
with Parallel HDF5: yes. However, at least in some cases, the Boolean
flag is either ON or OFF, not yes or no. This commit adds ON
to the match pattern.