I have this shape with $7$ vertexes as specified. You start with a unit square, then at one back edge, two vertexes go directly above the bottom two with a height of $h$. Then a special final vertex lies halfway between the previous two (in the $xy$ plane), but only half as high.
I decided to keep $h$ as a variable. But how do I determine its volume? I can't figure out a way to deconstruct it into simpler shapes such as a pyramid.


The shape is symmetrical about the plane $x = 0.5$. From point $(1,0,0)$, there are two pyramid that when added make one (symmetrical) half of the solid.
So the total volume will as follows
$ V = 2 \left(\dfrac{1}{3}\right) \bigg( (1)(0.5) \left(\dfrac{h + 0.5 h}{2} \right) + (0.5) (1) \left(\dfrac{ 0 + 0.5 h} { 2} \right) \bigg)$
And this simplifies to
$ V = \dfrac{h}{3} $